---
parent: "[[<% tp.file.creation_date("YYYY") %>/0000 meeting notes ToC]]"
tags: [meeting-note]
type: meeting
company: 
summary: 
date: <% tp.file.creation_date("YYYY-MM-DD HH:mm") %>
---
tags: 
# <% tp.file.title %>
## Teilnehmer

* [[Marc Aschmann]]


## Agenda



## Notizen

<% tp.file.cursor(1) %>

## Aufgaben

- [ ] 

## Ressourcen


---
[[<% tp.date.now("YYYY-MM-DD") %>]] | id: <% tp.date.now("YYYY-MM-DD-HHmm") %>

<%*
const formattedDate = tp.date.now("YYYY-MM-DD-HHmm");
tp.file.rename(formattedDate);
await tp.file.move("/80. archive/meetings/" + tp.date.now("YYYY") + "/" + tp.date.now("MM") + "/" + formattedDate + " " + tp.file.title);
%>